UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 381 B
import { MedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { HttpTypes } from "@medusajs/framework/types"; import { StoreAddCartShippingMethodsType } from "../../validators"; export declare const POST: (req: MedusaRequest<StoreAddCartShippingMethodsType>, res: MedusaResponse<HttpTypes.StoreCartResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map